ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / RemoveRows Method / RemoveRows(Int32[]) Method
The row indexes to be removed.

In This Topic
    RemoveRows(Int32[]) Method
    In This Topic
    Removes a collection of rows from a collection of row indexes.
    Syntax
    'Declaration
     
    
    Public Overloads Function RemoveRows( _
       ByVal rowIndexes() As Integer _
    ) As Boolean
    public bool RemoveRows( 
       int[] rowIndexes
    )

    Parameters

    rowIndexes
    The row indexes to be removed.

    Return Value

    True, if the rows were removed
    See Also